home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9805 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  841 b 

  1. Path: ccshst05.cs.uoguelph.ca!ccshst01!thay
  2. From: thay@uoguelph.ca (Toby K Hay)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Global Data
  5. Date: 13 Mar 1996 15:11:54 GMT
  6. Organization: University of Guelph
  7. Message-ID: <4i6ojq$iae@ccshst05.cs.uoguelph.ca>
  8. References: <4i5gbb$34u@bertrand.ccs.carleton.ca>
  9. NNTP-Posting-Host: ccshst01.cs.uoguelph.ca
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Andrew Belo (abelo@chat.carleton.ca) wrote:
  13. : I am trying to compile some plasma source(in c!) that I got of the net and
  14. : when I  compile it using BC++ v4.5 I get an error that says Too much
  15. : global data defined in file.  Can anyone help me to get ride of this? 
  16.  
  17. If you were using Turbo C++ 3.0 you might get this error by using a model 
  18. that restricts data to one segment (Tiny, Small, Medium models) - is it 
  19. the same in BC++ 4.5? 
  20. Toby Hay    thay@uoguelph.ca
  21.  
  22.